home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_m_p / prty10.zip / INSTALL.INF < prev    next >
INI File  |  1991-12-01  |  2KB  |  78 lines

  1. [dialog]
  2.     caption = "Parity 1.0 Installation"
  3.     line1 = "Installing Parity 1.0"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 910, "Total K Needed for everything."
  12.     1, 60, "Include Sample Data Files"
  13.  
  14. [data]
  15. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L: as a destination ONLY.
  16.     defdir = C:\Parity
  17.     libdir = W:RlzRun10
  18.  
  19. [disks]
  20.     1 =., "Parity 1 Disk 1"
  21. ;       2 =., "YourApp Disk 2"
  22.  
  23. [app.tree]
  24. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  25. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  26.     #app0.main,                     0:
  27.     #app0.lib,                      L:
  28.  
  29.     #app1.but1,                     0:
  30. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  31. ; case it selects a prompt from the [disks] section above.
  32. [app0.main]
  33.     1:Parity.EXE,   "Application"
  34.     1:orderfrm.txt
  35.     1:parity.dll
  36.     1:studies.dat
  37.     1:batches.dat
  38.     1:clusters.dat
  39.     1:describe.doc
  40.     1:vendor.doc
  41.     1:license.doc
  42.     1:readme.1st
  43.     1:parity.hlp
  44.     1:packing.lst
  45.  
  46. [app0.lib]
  47.     1:RlzRun10.RTS, "Runtime Libraries"
  48.     1:Standard.exe
  49.     1:cclib1.exe
  50.     1:Tablet.exe
  51.  
  52. [app1.but1]
  53.     1:f1.dat
  54.     1:f1.dop
  55.     1:f2.dat
  56.     1:f2.dop
  57.     1:f3.dat
  58.     1:f3.dop
  59.     1:f4.dat
  60.     1:f4.dop
  61.     1:master
  62.  
  63. [progman.groups]
  64. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  65. "Parity 1.0" ,1
  66.  
  67. [Parity 1.0]
  68. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  69.     0, "Parity 1.0",                0:Parity.EXE
  70.  
  71. ;[inifiles]
  72. ;0, inifilename, sectionheader
  73. ;       followed by any number of:
  74. ;1, variable, string
  75. ;       0, Junk1.INI, "Junk section"
  76. ;       1, Maximized, 1
  77.  
  78.